Setters should not return a boolean
authorChristian Persch <chpe@gnome.org>
Mon, 5 Sep 2011 20:45:44 +0000 (22:45 +0200)
committerChristian Persch <chpe@gnome.org>
Tue, 13 Sep 2011 10:55:22 +0000 (12:55 +0200)
commit0b7db6888a5377e0635449fa79d88df1df22a7b4
treebaf99d11eaeeba767cc6374a0409ac6d6167d7b7
parentcf1486861929e9ed46e5161ecab6f2eeeaecf457
Setters should not return a boolean

The setter for the "font" property returned a boolean that indicated
whether the given font has been found. Instead, fall back to the default
font name when the given font doesn't exist.
gtk/gtkfontbutton.c
gtk/gtkfontchooser.c
gtk/gtkfontchooser.h
gtk/gtkfontchooserprivate.h
gtk/gtkfontchooserutils.c
gtk/gtkfontchooserwidget.c